Delphi Developer's Guide to XML
Chapter 14 - SAX for Pascal

Previous   Next   Listings

A Delphi implementation of the SAX interfaces is available from the SAX for Pascal project.

This project requires the SAX for Pascal package plus implementations of the appropriate SAX parsers.

SFPDemo.dpr   An XML document viewer built around the native Delphi SAX interfaces
SFPView.pas
SFPView.dfm
   The main viewer form for SAX readers using the SAX components
SFPRawDemo.dpr   An XML document viewer built around the native Delphi SAX interfaces
SFPRawView.pas
SFPRawView.dfm
   The main viewer form for SAX readers using the raw SAX interfaces

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings